fdt: add call to ft_board_setup_ex() for ks2 boards
authorNicholas Faustini <[email protected]>
Wed, 3 Oct 2018 10:58:48 +0000 (12:58 +0200)
committerTom Rini <[email protected]>
Wed, 10 Oct 2018 17:32:41 +0000 (13:32 -0400)
commit2c76d311a4de1ee70a6ee0adc0bedbd26de69f5f
treed1900a7a71f977c59d58917db1c86d4f0d75037b
parent8afd4ea5b9d5d9a18db4e9fee16d89999711d205
fdt: add call to ft_board_setup_ex() for ks2 boards

When updating the board FDT, some of the operations
are performed by ft_board_setup_ex() and should be
executed also by the fdt command.

Signed-off-by: Nicholas Faustini <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
cmd/fdt.c